Welcome![Sign In][Sign Up]
Location:
Search - Debugger for dos

Search list

[OS programDEBUG32

Description: 非常好的32为调试器 很容易也很使用是一个好帮手-very good for the debugger is also very easy to use is a good helper
Platform: | Size: 51200 | Author: jian | Hits:

[Driver Developturboc2

Description: 一个通过PC104访问内存的一个小程序,上位机的程序,里面通过地址,指针实现访问。这个做为内存的调试程序比较理想。-PC104 memory of a visit to a small procedures, the procedures for PC, which through the address pointer to achieve access. This as a memory debugger ideal.
Platform: | Size: 144384 | Author: 周胜 | Hits:

[OtherDos_debugger_insig121

Description: DOS下的调试工具,与传统的debug.exe相比具有更友好的调试界面,且源码公开,而且功能再不断增加,现在的版本已经更新到1.21-Under DOS debug tools, as compared with the traditional debug.exe more friendly debugging interface, and open source, and features again increasing, the current version has been updated to 1.21
Platform: | Size: 251904 | Author: wang bo | Hits:

[ELanguagecwdl374s

Description: cc386编译器源代码的最新版本,其他参照其英文说明-This package is the sources for my DOS C compiler and related tools. See license.txt and copying for licensing information See relnotes.doc for release notes use pkunzip-d to install these files These compilers emit 32-bit code. Together all the tools generate DPMI programs that run under DOS. These tools do generate debug information however there is presently no support for debugging under DOS/DPMI without linking a debug-like debugger into the program being developed. Most of the tools in this package were compiled and linked with the tools in this package. See license.txt and copying for licensing information My website is: http://members.tripod.com/~ladsoft/cc386.htm Companion files to this file which should be found on my website are: cwdl374e.zip - WIN32 version of compiler executables ccdl374e.zip - DOS version of compiler executables cxdl374e.zip - combined executables, minimal installation cwdl374l.zip - rtl sources+ DPMI setup
Platform: | Size: 2856960 | Author: 肖逸 | Hits:

[Software EngineeringBorlandC3.1

Description: Borland C++ is a C and C++ programming environment (that is, an integrated development environment) for MS-DOS and Microsoft Windows. It was the successor to Turbo C++, and included a better debugger, the Turbo Debugger, which was written in protected mode DOS.
Platform: | Size: 5352448 | Author: ZHOUYIFAN | Hits:

[assembly languageTASM5

Description: 安装TASM 5.0很简单,您只需要下载本站[相关工具]中的"TASM50.zip"文件,解压后在Windows9x/NT下执行"INSTALL.EXE"即可开始安装。   1.如果你在安装TASM5.0之后安装Delphi 1.0或Borland C++ 4.x及更高版,你需要手动更改系统的设置以使这些产品可以共存于同一个系统中——检查“System.ini”文件的[386Enh]一节是否有多个 TDDEBUG.386驱动项。删除多余的TDEBUG.386项,保证只有这个版本的TDDEBUG.386装入。这可通过检查[386Enh]小节来确认,如果安装完TASM 5.0,未见其更改,请手工在System.ini文件的[386Enh]小节中增加:      device=c:\tasm\bin\windpmi.386——支持TASM5.0的32位工具。      device=c:\tasm\bin\tddebug.386——支持我们的调试器。- 2.配置Windows NT命令行提示符(相当于Windows9x的MS DOS方式) 在NT命令行提示符下运行16位保护方式程序如tlink,需要参照以下所示在CONFIG.NT文件中增加一行:ntcmdprompt   3.定制安装TASM5.0时的选项:    16-bit command line tools [3085K]      安装16位工具(TASM、TLINK等),这也是最小化安装的默认选项。(建议不安装)    32-bit command line tools [3163K]      安装32位工具(TASM32、TLINK32)    Turbo Debugger for DOS [1041K]      安装Turbo的DOS调试工具,也是最小化安装的默认选项。(建议不安装)    Turbo Debugger for Windows [1533K]      安装Turbo的Windows调试工具及相关的其它调试工具。    Turbo Debugger for Win32 [1502K]      安装Turbo的Win32程序调试工具。    Examples [580K]      安装Borland TASM的例程。    Documentation Files [6K]      安装说明文档。
Platform: | Size: 4300800 | Author: DONG | Hits:

[assembly languagev86dos_src

Description: 很老的东西,1993年左右的书,书的作者吕晓庆,通过一个将DOS POST到保护模式的开发环境,对了解保护模式有点参考价值,个人感觉这本 书里边的东西学起来比较顺手.直道现在也几乎没有见到像这本书这样介绍保护模式系统的书. 这本书上的代码有点错误.运行不起来.1998年左右我修改了下,可以用了.可以用这个代码来实作,段,页,多任务,模式切换.CPU异常等处理. 而且里边还带个最简单崩溃的调试器的代码,出现异常时候可以将当前的i386 寄存器给打印出来, 目录中的v86dos里边是v86DOS 玩具操作系统的代码,它将DOS 自举到虚拟86模式,并在之前初始化相关IA32保护模式资源.提供中断调用门,进入保护模式. 目录中的v86base 中是一些玩保护模式下功能调用V86DOS 玩具操作系统调用门的小代码.比如页错换页测试,双任务测试(一个在屏幕上 边打+,一个在屏幕下边打-),这个在DOS 时代确实还比较新鲜.估计这玩艺对了解保护模式可能有点意义,放在硬盘中 差点就把这个东西丢了,嘿嘿,现在放上来共享之.-Very old stuff , about 1993 books , author of the book Lv Xiaoqing , by a will to protected mode DOS POST development environment for understanding a bit protected mode reference value, this personal feeling Inside the book to learn something more smoothly . Straights are almost not seen this book describes the book as protected mode system. This book is a bit of code on error . Running up around .1998 I modified the next, can be used can be used to implement this code , section , page , multi-tasking, mode switching . CPU abnormal processing . And inside also with the most simple code debugger crashes , abnormal when the current i386 can register to print out, Directory v86dos is v86DOS toys inside the operating system code, it will bootstrap to a virtual 86 DOS mode and protected mode before initializing IA32-related resources . Provide an interrupt call gate , into protected mode. Directory v86base is some play toys protected mode operating system function calls V86DO
Platform: | Size: 73728 | Author: cjm | Hits:

[OtherSoftice-4.05-PPatchaSerial

Description: debugger for WINDOWS and DOS
Platform: | Size: 6180864 | Author: amyou | Hits:

CodeBus www.codebus.net